home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000095_news@columbia.edu _Tue Sep 14 15:21:56 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA28988
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Sep 1999 15:21:56 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA06138
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 14 Sep 1999 15:18:57 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: dixonan@my-deja.com
  10. Subject: How do I pass Kermit parameters?
  11. Date: Tue, 14 Sep 1999 18:51:56 GMT
  12. Organization: Deja.com - Share what you know. Learn what you don't.
  13. Message-ID: <7rm5g7$v0a$1@nnrp1.deja.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. I want to pass Kermit parameters from my Visual Basic program.
  17.  
  18. Example:  If the user wants info about product 18, I want Kermit to
  19. submit a program on an alpha machine which will get the info for
  20. product 18.
  21.  
  22. In Visual Basic 6.0 I'm shelling the command...
  23.                         f:\winappl.95\k95\k95 d:login.ksc
  24.  
  25. (d:login.ksc is the script I've written which runs on an NT box)
  26.  
  27. The script runs fine I just don't know where/how to tell it to run for
  28. product 18.
  29.  
  30. Thanks,
  31.  
  32. Nancy
  33.  
  34.  
  35. Sent via Deja.com http://www.deja.com/
  36. Share what you know. Learn what you don't.